home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 11 / FM Towns Free Software Collection 11.iso / t_os / tool / artemis1 / src / pict.h < prev    next >
Encoding:
Text File  |  1993-10-20  |  741 b   |  25 lines

  1. /*
  2.     pict.h
  3. */
  4.  
  5. enum {
  6.     Pscroll=0,
  7.     Pnonum,    Pzero,    Pone,    Ptwo,    Pthree,    Pfour,    Pfive,
  8.     Psix,    Pseven,    Peight,    Pnine,    Prgb_updown,
  9.     Prgb_r,    Prgb_g,    Prgb_b,    Psave,    Pload,
  10.     Pcopy,    Pview,    Pleftsw,    Prightsw,    Psetup,    Ppaint,
  11.     Pline,    Pspray,    Pfline,        Pexit,        Ppen,    Pboxfill,
  12.     Ppenbase,    Pfpset,    Ppat,    Paccent,    Pzoom,    Pbikkuri,
  13.     Pundo,    Pblot,    Pdiffuse,    Psand,    Ppoly,    Pgoshi,    Pplay,
  14.     Prec,    Pstop,    Psand_a,    Pdiffuse_a,    Psmooth,    Pcopypoly,
  15.     Protatebox,    Protatepoly,    Pzoompoly,    Pcolchg,    Psharp,
  16.     Pcopyboxvturn,    Pcopyboxhturn,    Pcopypolyvturn,    Pcopypolyhturn,
  17.     Prgb_updown2,    Partemis,        Pselectoff,        Pselecton,
  18.     Pupsw,            Pdownsw,        Pmask,            Ptest,
  19.     Pelps,            Pelpsfill,        Pbox,            Pairbrush,
  20.     Pdummy
  21. };
  22.  
  23. void    putpict(int x,int y,int num);
  24.  
  25.